home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 8: LINUX Games / Linux Cubed Series 8 - LINUX Games.iso / games / strategy / vga_card.000 / vga_cardgames-1.3.1.tar / vga_cardgames / mouse.h < prev    next >
Text File  |  1995-02-26  |  459b  |  15 lines

  1. /*
  2.  * Mouse handling
  3.  *
  4.  * Copyright (C) Evan Harris, 1994, 1995.
  5.  *
  6.  * Permission is granted to freely redistribute and modify this code,
  7.  * providing the author(s) get credit for having written it.
  8.  */
  9.  
  10. void RenderMousePointer(int x, int y, int light, int dark,
  11.             int width, int height);
  12. void RestoreUnderMousePointer(int x, int y, int width, int height,
  13.                   int *colour);
  14. void SaveUnderMousePointer(int x, int y, int width, int height, int *colour);
  15.